PDFPageLayout Enumeration
In This Topic
Defines the supported page layouts for PDF documents.
Members
| Member | Description |
| ONE_COLUMN | Display the pages in one column. |
| READER_DEFAULT | Default layout of the PDF reader application. |
| SINGLE_PAGE | Display one page at a time. |
| TWO_COLUMN_LEFT | Display the pages in two columns, with odd-numbered pages on the left. |
| TWO_COLUMN_RIGHT | Display the pages in two columns, with odd-numbered pages on the right. |
| TWO_PAGE_LEFT | Display the pages two at a time, with odd-numbered pages on the left. |
| TWOP_AGE_RIGHT | Display the pages two at a time, with odd-numbered pages on the right. |
Inheritance Hierarchy
java.lang.Object
java.lang.Enum
com.o2sol.pdf4java.document.PDFPageLayout
See Also